home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / wwbbs26.lha / WWBBS / History.doc < prev    next >
Encoding:
Text File  |  1995-01-29  |  5.2 KB  |  145 lines

  1. World Wide BBS History
  2. ---
  3.  
  4. 2.6 (28.1.95)
  5.  
  6. o Fixed a major bug with the user files.  Previously it would lock up when
  7.   performing various functions (running UserEditor, listing users, etc.),
  8.   but only if you had Workbench 2.1 or lower.  I am confident that this
  9.   problem has been fixed.
  10.  
  11. o Fixed StartSession.  It was completely broken in previous releases but it
  12.   now works as expected.
  13.  
  14. o In SendFile, added ability to show different text files depending on
  15.   which node the user is logged on to.  ShowText will now search first for
  16.   the file `<filename>.<node>', and then for `<filename>'.  For example, if
  17.   you say `ShowText title_screen.txt', and the user is on node `R1', it
  18.   will first search for `title_screen.txt.R1', and then for
  19.   `title_screen.txt'.  Note, SendFile is an ABBEREXX command which can also
  20.   be used in the menu command string.
  21.  
  22. o Added several variables to the Door Variables list:
  23.  
  24.     BYTERATIO - User's byte ratio
  25.     FILERATIO - User's file ratio
  26.     PROTOCOLSEND - Send command for the user's current protocol
  27.     PROTOCOLRECEIVE - Receive command for the user's current protocol
  28.     ARCHIVERADD - Add command for the user's current archiver
  29.     ARCHIVEREXTRACT - Extract command for the user's current archiver
  30.     ARCHIVERVIEW - View command for the user's current archiver
  31.  
  32.   If you didn't update your config file, you can simply add these variables
  33.   manually, by inserting a '@' in front of the variable name for the
  34.   `String' field.  For example, for `BYTERATIO', set `String' to be
  35.   `@BYTERATIO'.
  36.  
  37. o In EditorPrefs, you can now substitute "%f" (including quotes) in the
  38.   command string to insert the file name.  For example:
  39.  
  40.     CED "%f" -keepio
  41.  
  42.   The %f will be substituted with the filename.  Be sure you include
  43.   quotes.  Note that you do not need to include a "%f".  If there is no
  44.   "%f" then the filename will simply be appended to the end of the command
  45.   line.  In fact, omitting the "%f" is preferred as it may cause problems
  46.   with some programs who are not expecting a "%f".  Use at your own risk.
  47.  
  48. 2.5 (7.1.95)
  49.  
  50. o Added ACCESSLEVEL to the list of variables in DoorVarPrefs.  I had
  51.   documented this feature but I never put it in until now.
  52.  
  53. o Added message base system and many commands associated with the message
  54.   base system.
  55.  
  56. o Added email system and several commands associated with the email system.
  57.  
  58. o Took out `Log Days' from SystemPrefs.  Instead, you simply specify the
  59.   number of days to keep in the command line when you run LogMaint.
  60.  
  61. o Downloads are now kept track of in File Base.
  62.  
  63. o All windows have been shrunken as necessary to be able to fit on a
  64.   640x200 screen.  They are still resizeable, so don't worry.
  65.  
  66. o Error messages are given if for some reason a window can not be opened.
  67.  
  68. o UserEditor no longer scans the user list every time you edit a user.
  69.   Instead, it scans only after a user is deleted or his access level is
  70.   changed.
  71.  
  72. o When editing users from within the BBS, wrong values would be displayed
  73.   for some fields.  This has been fixed.
  74.  
  75. o ABBEREXX Command BBSIdentify User would not return anything.  This has
  76.   been fixed.
  77.  
  78. o Added some file base commands to BBSRx, MoveFile and EditFileDescription.
  79.  
  80.  
  81. 2.3 (15.10.94)
  82.  
  83. o Added SearchNext command to file base, which will go to the next file
  84.   that matches the search pattern
  85.  
  86. o Added ViewArchive command to file base, which will view the current file
  87.   if there is a configured archiver to view the archive.
  88.  
  89. o Added ReadTextFile command to file base, which will read the current file
  90.   if it is a text file.
  91.  
  92. o Shows file descriptions correctly now.
  93.  
  94. o Restores the old character in MenuPrefs when you get a "Character is in
  95.   use" error message.
  96.  
  97. o Added KillFile command to file base, which will kill the current file.
  98.  
  99.  
  100. 2.2 (24.9.94)
  101.  
  102. o Sometimes programs would stop outputting text..this has been fixed.
  103.  
  104. o Some problems with saving some variables such as Editor in Edit Prefs
  105.   have been fixed.
  106.  
  107. o Had problems when quitting while a user was locally online.  It's more
  108.   reliable now.
  109.  
  110. o There was a bug in the handler when dealing with ACTION_WAIT_CHAR packets
  111.   (WaitForChar())..this has been fixed.
  112.  
  113. o Fixed protocols config so that commands point to the right place.
  114.  
  115. o Fixed mysterious log off when typing too fast.
  116.  
  117. o Most file base functions have been added.
  118.  
  119.  
  120. 2.1 (22.9.94)
  121.  
  122. o If user typed in wrong password, it would display correct password.
  123.   Hehe.  This has been fixed.
  124.  
  125. o Loss of carrier handling fixed.
  126.  
  127. o Time limit is now set correctly
  128.  
  129. o The Games menu was not updated to the new design.  If you choose to not
  130.   install the config file, then go into MenuPrefs and enter the Games menu,
  131.   and make sure all of the menu items have an access range such as "1-255"
  132.     instead of 0.
  133.  
  134. Thanks to Roger Earl for pointing these out.
  135.  
  136. o Also, if you choose to not install the config file, then go into
  137.   EditorPrefs and make Editor's command to point to WWBBS:Editor.
  138.  
  139. o I didn't realize it but the wwbbs.lib support library requires
  140.   wwbbs.library's include files, such as the pragmas.  As these are going
  141.   to change in the near future I am electing to not include them.  I have
  142.   fixed it so it will work without them.  Simply compile it yourself
  143.   and rename the object file that is created to LIB:wwbbs.lib.
  144.  
  145.